home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 5 / Skunkware 5.iso / src / X11 / wais / waisgate / site_variables (.txt) < prev    next >
Microsoft Windows Help File Content  |  1995-05-09  |  3KB  |  77 lines

  1. #    @(#) site_vars 1.7 Feb 19, 1992
  2. #       Copyright (C) 1989 The Santa Cruz Operation Inc. All Rights Reserved
  3. #       This Module contains Proprietary Information of
  4. #       The Santa Cruz Operation Inc, and should be treated as Confidential.
  5. # M000, 06-Aug-92, hess
  6. #     add huffman compression
  7. # Full name of the product
  8. PRODSET="SCO HyperText Daemon"
  9. # PRD Value for product. The prd value is arbitrary. It should be
  10. # unique and 8 or less lowercase alpha/numeric characters. example: "xsight"
  11. PRODPRD=http
  12. # Machine type which defines the products software/hardware requirements
  13. PRODTYP=u386
  14. # Product release: [major rev].[functionality rev].[bugfix rev][dev group rev]
  15. # standard convention is to start with 1.0.0a
  16. PRODREL=1.0.0c
  17. # Target Operating System for the product. Must be UNIX or XENIX
  18. TARGET_OS=UNIX
  19. # Variables used by mkperm (invoked by docut) to get package information
  20. # for a product with one major package, if it is not given by other 
  21. # means (eg. by docut -p <pkgdir> )
  22. # BASEPACKDIR is the directory under which the files are. (eg ./source)
  23. BASEPACKDIR=dist
  24. # BASEPACKNAME is the package name (eg MAIN)
  25. BASEPACKNAME=HTTP
  26. # BASEPACKDESC is the description of this pkg. (eg. "SCO Mastering Tools")
  27. # This should be a quoted string.
  28. BASEPACKDESC="SCO HyperText Daemon"
  29. # CHANGE THESE FOR EACH MEDIA TYPE
  30. # THESE VARS ARE SET FROM INSIDE THE MAKE FILE WHEN RUNNING "make cuts"
  31. # device name for archiving distribution
  32. #DEVICE=/dev/rfd096ds15
  33. # size of each distribution volume - 1200k for 96dshd floppies,
  34. # 1440k for 135dshd floppies.
  35. #VOLSIZE=1200k
  36. # blocking factor if required
  37. BLOCKING=10
  38. # complete command needed to format a volume
  39. FORMAT="format $DEVICE"
  40. # pathnames of any files not to be archived
  41. NOTAR=''
  42. # SPECIAL PURPOSE VALUES. MODIFIED UNDER SPECIAL CIRCUMSTANCES
  43. # NOCOMPRESS: used to indicate _packages_ in the product which are
  44. # not to be compressed when the -c option is used with docut or mkcuts
  45. # If NOCOMPRESS is not set, the only file not compressed is the permlist.
  46. NOCOMPRESS="PERM"
  47. # Used for products designed to use custom update functionality.
  48. # To be used in conjunction with doupdate. Reference custom update definition
  49. # before using. Used ONLY for updates, example: "UA"
  50. PRODUPD=
  51. # For INTERNAL SCO use only. vols that require prefixes (B's,X's,D's)
  52. VOLPREFIX=
  53. # Only for products using SCO serialization.
  54. # Serialization key for serialization - optional, only if branding files
  55. SERIALKEY=
  56. # Only for products using SCO serialization.
  57. # Pathnames to any serialization files - optional, only if branding files
  58. SERIALIZE=''
  59. # For INTERNAL SCO use only. Special volumes that exist in non-default
  60. # locations. Default location is ./tmp/perms/$PRODPRD[.$PRODUPD]
  61. # If set this pathname must be relative to DISTDIR.
  62. PERMLIST=
  63. # STANDARD VALUES. GENERALLY, NON-MODIFIED
  64. # the "root" directory of the distribution hierarchy
  65. DISTDIR=`pwd`/dist
  66. # distribution misc directory, relative to CDISTDIR
  67. # used to store list of files corresponding to volumes
  68. MISCDIR=../misc
  69. # the "root" directory of the compressed hierarchy
  70. CDISTDIR=`pwd`/cdist
  71. # Image directory where media images are stored
  72. IMAGEDIR=`pwd`/cut
  73. # Sums directory where individual file sums of media are stored
  74. SUMDIR=`pwd`/cut
  75. # use best compression avail
  76. COMPRESSCMD="compress -H"
  77.